home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / css11.arc / OPUS.SIM < prev    next >
Text File  |  1991-04-07  |  906b  |  16 lines

  1. //////////////////////////////  OPUS.SIM  ///////////////////////////////////
  2. //                                                                         //
  3. // This is a sample SIMPLE script for logging on to an OPUS based system.  //
  4. //                                                                         //
  5. // Put your name in the line that says ASSIGN STRING1.  The script will    //
  6. // get the proper password from the dialing directory, CSS puts the        //
  7. // password in the variable BBSPASSWORD.                                   //
  8. //                                                                         //
  9. /////////////////////////////////////////////////////////////////////////////
  10.  
  11. ASSIGN STRING1, "John Smith;y"   // Put your name (in Quotes!) here.
  12.  
  13. ALARM 1
  14. WAITFOR " name:" MAXOF 180 THENDO SEND STRING1 HITENTER
  15. WAITFOR "Password:" THENDO SEND BBSPASSWORD HITENTER
  16.